home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- playSound("Reset", 1)
- end
-
- on mouseUp
- go(1)
- end
-
- on mouseEnter
- playSound("continuerestart", 2)
- set the member of sprite 183 to "RestartOver"
- end
-
- on mouseLeave
- playSound("continuerestart", 2)
- set the member of sprite 183 to "RestartNorm"
- end
-